home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if the hilite of cast "b_BRK3" = 1 then
- set the hilite of cast "b_BRK1" to 0
- set the hilite of cast "b_BRK1b" to 0
- set the hilite of cast "b_BRK2" to 0
- set the hilite of cast "b_BRK4" to 0
- set the hilite of cast "b_BRK6" to 0
- end if
- if field "sermodnum" = "1." then
- if the hilite of cast "b_tg1" or (the hilite of cast "b_tg2" = 1) then
- alert("You cannot specify 1 Series Brakes with Thread Guards")
- set the hilite of cast "b_brk3" to 0
- set the hilite of cast "b_brk1" to 0
- set the hilite of cast "b_BRK1b" to 0
- set the hilite of cast "b_brk2" to 0
- set the hilite of cast "b_tg1" to 0
- set the hilite of cast "b_tg2" to 0
- end if
- end if
- end
-